home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earcd
/
util
/
wb
/
twilight.lha
/
Twilight
/
ToolsDaemon
/
Catalogs
/
toolsprefs.cd
< prev
Wrap
Text File
|
1993-09-12
|
3KB
|
218 lines
;*****************************
;
; ToolsDaemon Preferences
;
;*****************************
;
; *** Misc ***
;
MSG_WINDOW_TITLE (1//)
ToolsDaemon Preferences
;
MSG_ABOUT (//)
ToolsPrefs %s\n\
\n\
%s\n\
\n\
ToolsDaemon Preference Editor\n\
(Compilation Date: %s)
;
MSG_SAVE (//)
Save
;
; (not used yet)
MSG_USE (//)
Use
;
MSG_CANCEL (//)
Cancel
;
MSG_ABORT_NOSHORTCUT (//)
Abort
;
MSG_ABORT (//)
_Abort
;
MSG_PROCEED (//)
_Proceed
;
; Note: there are two spaces around the Ok string to make it 4 chars wide.
MSG_OK (//)
_Ok
;
MSG_INFORMATION (//)
Information
;
MSG_MENU_ITEMS (//)
Menu Items
;
MSG_COMMANDS (//)
Commands
;
; *** Menus ***
;
MSG_PROJECT_MENU (100//)
Project
;
MSG_PROJECT_OPEN (//)
O\0Open...
;
MSG_PROJECT_SAVEAS (//)
A\0Save As...
;
MSG_PROJECT_ABOUT (//)
?\0About...
;
MSG_PROJECT_QUIT (//)
Q\0Quit
;
MSG_EDIT_MENU (//)
Edit
;
MSG_EDIT_LASTSAVED (//)
L\0Last Saved
;
MSG_EDIT_PREVITEM (//)
P\0Previous Item
;
MSG_EDIT_NEXTITEM (//)
N\0Next Item
;
MSG_EDIT_MOVEUP (//)
U\0Move Up
;
MSG_EDIT_MOVEDOWN (//)
D\0Move Down
;
MSG_EDIT_EDITNAME (//)
E\0Edit Name
;
MSG_OPTIONS_MENU (//)
Options
;
MSG_OPTIONS_CREATEICONS (//)
I\0Create Icons?
;
; *** Gadgets ***
;
MSG_ITEM_NEW (200//)
_New
;
MSG_ITEM_DELETE (//)
Delete
;
MSG_ITEM_INSERT (//)
Insert
;
MSG_CMD_ADD (//)
_Add
;
MSG_CMD_DELETE (//)
Delete
;
MSG_CMD_INSERT (//)
Insert
;
MSG_CMD_MODE (//)
Mode
;
MSG_HOTKEY (//)
_Hot Key
;
MSG_MENU (//)
_Menu
;
MSG_SUB (//)
_Sub
;
MSG_BAR (//)
_Bar
;
MSG_KEY (//)
_Key
;
; *** Errors ***
;
MSG_YOU_NEED_REQTOOLS38 (600//)
You need reqtools.library V38+!
;
MSG_NO_WB_LIB (//)
Couldn't open workbench.library!
;
MSG_NO_UTILITY_LIB (//)
Couldn't open utility.library!
;
MSG_NO_ICON_LIB (//)
Couldn't open icon.library!
;
MSG_NO_LAYERS_LIB (//)
Couldn't open layers.library!
;
MSG_COULDNT_LOCK_PUBSCREEN (//)
Couldn't lock public screen!
;
MSG_ERROR_GETSCREENDRAWINFO (//)
Error getting draw info!
;
MSG_ERROR_GETVISUALINFO (//)
Error getting visual info!
;
MSG_COULDNT_OPEN_WINDOW (//)
Couldn't open window!
;
MSG_ERROR_OUTOFMEM (//)
Out of memory!
;
MSG_ERROR_ADDAPPWINDOW (//)
AddAppWindow failed!\nWorkbench not running ?
;
MSG_TOOLSDAEMON_NOTRUNNING (//)
ToolsDaemon is not running yet!\n\
To install drag it into WbStartup.
;
MSG_WRITE_ERROR (//)
Write error!
;
MSG_CANT_OPEN_CONFIG (//)
Can't open configuration file!
;
MSG_INVALID_CONFIG (//)
Invalid config file!
;
MSG_LINE_UNKNOWN_KEYWORD (//)
Line: %ld\nUnknown keyword: '%s'!
;
MSG_LINE_MISSING_TITLE (//)
Line: %ld\nMissing 'TITLE' line!
;
MSG_LINE_MISSING_KEYWORD (//)
Line: %ld\nMissing keyword!
;
MSG_LINE_MISSING_ITEMNAME (//)
Line: %ld\nMissing item name!
;
MSG_LINE_ERROR_ITEMNAME (//)
Line: %ld\nError reading item name!
;
MSG_LINE_MISSING_COMMANDMODE (//)
Line: %ld\nMissing command mode!
;
MSG_LINE_UNKNOWN_COMMANDMODE (//)
Line: %ld\nUnknown command mode: '%s'!
;
MSG_LINE_MISSING_STACKSIZE (//)
Line: %ld\nMissing stack size!
;
MSG_LINE_INVALID_STACKSIZE (//)
Line: %ld\nInvalid stack size: %s!
;
MSG_LINE_MISSING_COMMANDSTRING (//)
Line: %ld\nMissing command string!
;
MSG_LINE_ERROR_COMMANDSTRING (//)
Line: %ld\nError reading command string!
;
MSG_CANT_CREATE_CONFIG (//)
Can't create configuration file!
;